RoutingOrBuilder

interface RoutingOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard

A failure in delivering a message (usually used for routing control messages, but might be provided
in addition to ack.fail_id to provide details on the type of failure).
.meshtastic.Routing.Error error_reason = 3;
Link copied to clipboard
abstract fun getErrorReasonValue(): Int

A failure in delivering a message (usually used for routing control messages, but might be provided
in addition to ack.fail_id to provide details on the type of failure).
.meshtastic.Routing.Error error_reason = 3;
Link copied to clipboard

A route reply
.meshtastic.RouteDiscovery route_reply = 2;
Link copied to clipboard

A route reply
.meshtastic.RouteDiscovery route_reply = 2;
Link copied to clipboard

A route request going from the requester
.meshtastic.RouteDiscovery route_request = 1;
Link copied to clipboard

A route request going from the requester
.meshtastic.RouteDiscovery route_request = 1;
Link copied to clipboard
Link copied to clipboard
abstract fun hasErrorReason(): Boolean

A failure in delivering a message (usually used for routing control messages, but might be provided
in addition to ack.fail_id to provide details on the type of failure).
.meshtastic.Routing.Error error_reason = 3;
Link copied to clipboard
abstract fun hasRouteReply(): Boolean

A route reply
.meshtastic.RouteDiscovery route_reply = 2;
Link copied to clipboard
abstract fun hasRouteRequest(): Boolean

A route request going from the requester
.meshtastic.RouteDiscovery route_request = 1;